From d91d80846ff8d4118c5866b8a43bb9b2f40cea2d Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Wed, 20 Jun 2007 15:20:53 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 02745e8149a..d446ef93926 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -50,6 +50,40 @@ * progmodes/vera-mode.el: New file. +2007-06-19 Jay Belanger + + * calc/calc.el (calc-multiplication-has-precendence): + New variable. + (math-standard-ops,math-standard-ops-p,math-expr-ops): + New functions. + (math-expr-opers): Define using math-standard-ops rather than + math-standard-opers. + * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers + equal the function math-standard-ops rather than the variable + math-standard-opers. + (calc-algebraic-entry): Let math-expr-opers equal + math-standard-ops or math-expr-ops, as appropriate. + (math-expr-read-level,math-read-factor): Let math-expr-opers + equal math-expr-ops. + * calc/calc-embed.el (calc-embedded-finish-edit): + Let math-expr-opers equal the function math-standard-ops + rather than the variable math-standard-opers. + * calc/calc-ext.el (math-read-plain-expr) + (math-format-flat-expr-fancy): Let math-expr-opers equal the + function math-standard-ops rather than the variable + math-standard-opers. + * calc/calc-lang.el (calc-set-language,math-read-big-rec): + Let math-expr-opers equal the function math-standard-ops rather + than the variable math-standard-opers. + * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers + equal the function math-standard-ops rather than the variable + math-standard-opers. + * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers + equal the function math-standard-ops rather than the variable + math-standard-opers. + * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal + math-expr-ops. + 2007-06-19 Ivan Kanis * vc-hg.el: New file. -- 2.30.2